| Previous | Chapter Contents | Chapter Top | Next |
These flags are returned by the MusicFindTone function [link] to indicate how well an instrument matches the tone description.
enum {
kInstrumentMatchSynthesizerType = 1,
kInstrumentMatchSynthesizerName = 2,
kInstrumentMatchName = 4,
kInstrumentMatchNumber = 8,
kInstrumentMatchGMNumber = 16
};
| Previous | Chapter Contents | Chapter Top | Next |